特别注意:卖家在线时触发@SelledUserItem,触发如果涉及给予交易货币的话,必须在结尾处增加SetUserItemSettled,不然可以再次取款,只要执行了SetUserItemSettled则表示已经结清本次交易或理解为已经取款!!!
示例QF触发代码: [@SelledUserItem] #IF EQUAL <$CurItemMoneyTypeValue> 0 #ACT GameGold + <$CurItemPrices> #IF EQUAL <$CurItemMoneyTypeValue> 1 #ACT GamePoint + <$CurItemPrices> #IF EQUAL <$CurItemMoneyTypeValue> 2 #ACT GoldCount + <$CurItemPrices> #IF EQUAL <$CurItemMoneyTypeValue> 3 #ACT GameDiamond + <$CurItemPrices> #IF EQUAL <$CurItemMoneyTypeValue> 4 #ACT GameGird + <$CurItemPrices> #IF #ACT sendmsg 6 <$CurUserName> 购买了你的个人商店物品<$CURITEMNAME> (<$G_CURITEMNAME> ),ID:<$CurItemMakeIndex> ,扣税后所得:<$CurItemPrices> <$CurItemMoneyType> (货币类型值:<$CurItemMoneyTypeValue> ),叠加数量<$CurItemOverlapCount> ;当完成上面收款后,必须执行下面的命令来完成结算,否则售卖者可以再次取款 SetUserItemSettled sendmsg 7 本次交易已经完成结算